inherited Main: TMain Caption = 'Main' OldCreateOrder = True PixelsPerInch = 96 TextHeight = 13 inherited PluginTitle: TFancyPanel BarText = 'Add/Remove' end object ARTree: TElTree Left = 8 Top = 32 Width = 449 Height = 265 Cursor = crDefault LeftPosition = 0 AutoCollapse = False DockOrientation = doNoOrient DefaultSectionWidth = 120 BorderSides = [ebsLeft, ebsRight, ebsTop, ebsBottom] CustomPlusMinus = True DragCursor = crDrag ExplorerEditMode = False Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] GradientSteps = 64 HeaderHeight = 19 HeaderHotTrack = False HeaderSections.Data = {F5FFFFFF00000000} HeaderFont.Charset = DEFAULT_CHARSET HeaderFont.Color = clWindowText HeaderFont.Height = -11 HeaderFont.Name = 'MS Sans Serif' HeaderFont.Style = [] HorzScrollBarStyles.ShowTrackHint = False HorzScrollBarStyles.Width = 17 HorzScrollBarStyles.ButtonSize = 17 IgnoreEnabled = False IncrementalSearch = False KeepSelectionWithinLevel = False LineBorderActiveColor = clBlack LineBorderInactiveColor = clBlack LineHeight = 17 MinusPicture.Data = { BE000000424DBE00000000000000760000002800000009000000090000000100 0400000000004800000000000000000000001000000000000000000000000000 8000008000000080800080000000800080008080000080808000C0C0C0000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777000 00007FFFFFFF700000007FFFFFFF700000007FFFFFFF700000007F77777F7000 00007FFFFFFF700000007FFFFFFF700000007FFFFFFF70000000777777777000 0000} MouseFrameSelect = True OwnerDrawMask = '~~@~~' PlusPicture.Data = { BE000000424DBE00000000000000760000002800000009000000090000000100 0400000000004800000000000000000000001000000000000000000000000000 8000008000000080800080000000800080008080000080808000C0C0C0000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777000 00007FFFFFFF700000007FFF7FFF700000007FFF7FFF700000007F77777F7000 00007FFF7FFF700000007FFF7FFF700000007FFFFFFF70000000777777777000 0000} ScrollbarOpposite = False ShowLeafButton = False StoragePath = 'Tree' TabOrder = 1 TabStop = True UseCustomScrollBars = False VertScrollBarStyles.ShowTrackHint = True VertScrollBarStyles.Width = 17 VertScrollBarStyles.ButtonSize = 8 VirtualityLevel = vlNone OnItemSelectedChange = ARTreeItemSelectedChange end object btnAdd: TButton Left = 8 Top = 304 Width = 105 Height = 25 Caption = 'Add Entry' TabOrder = 2 OnClick = btnAddClick end object btnEdit: TButton Left = 120 Top = 304 Width = 105 Height = 25 Caption = 'Edit Entry' Enabled = False TabOrder = 3 OnClick = btnEditClick end object btnRemove: TButton Left = 232 Top = 304 Width = 105 Height = 25 Caption = 'Remove Entry' Enabled = False TabOrder = 4 OnClick = btnRemoveClick end object btnUninstall: TButton Left = 344 Top = 304 Width = 105 Height = 25 Caption = 'Uninstall' Enabled = False TabOrder = 5 OnClick = btnUninstallClick end end